Using The Google Charts API in Your Applications
/documentation/pages/Guides/Desktop/Design/View/Chart/Using The Google Charts API in Your Applications.xml
The Google Charts api is documented at: http://code.google.com(external link). Google Charts is a free Google service that allows you to generate graphs as images by calling a web service. The example below shows how a call is made to the Google Charts service. The service returns binary data in the form of a PNG image. We then load the PNG data into an Alpha Anywhere internal image with the ui_bitmap_png_load() function and finally display the image on an Xdialog.
Embedding Charts in Reports
/documentation/pages/Guides/Report/Charts/Embedding Charts in Reports.xml
To embed a chart in a report, first create a new Quick Report, then save it as a Layout Table Report, using the Open in Report Editor button. In the Layout Table Report Designer, add a row to hold the chart, enlarge the row and merge enough cells to make room for the desired chart size, and add the chart to the layout by double-clicking in the large cell to bring up the Cell contents dialog.
Charts Help Pages
/documentation/pages/Index/Charts Help Pages.xml
Page links related to charts.
Displaying Charts in Lists
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Data Controls/List/List Charts.xml
Add a chart to your List layout using the List Chart field.
Using Charts in Xdialogs
/documentation/pages/Guides/Desktop/Design/View/Chart/Using Charts in Xdialogs.xml
To use a chart programmatically in an Xdialog:
Using Charts on Forms
/documentation/pages/Guides/Desktop/Design/View/Chart/Using Charts on Forms.xml
In a desktop form, you can add a chart by selecting the Embedded Chart icon from the toolbox and dragging a rectangle for the chart on the form. The chart builder will come up, and you can configure it as described in Chart Control. All form variables will be available to the chart.
Creating Charts with SimpleChart
/documentation/pages/Guides/Desktop/Design/View/Chart/Creating Charts with SimpleChart.xml
Creating various charts with SimpleChart.
Embedding Charts with a Custom Data Source
/documentation/pages/Guides/Report/Charts/Custom/index.xml
Charts can be based on a custom data source defined using an Xbasic function.
Chart Alternate View
/documentation/pages/Guides/Mobile and Web Components/Grid/Grid Properties/Alternate Views/Chart Alternate View.xml
You can use an Alternate View to access the Google Charts API.
How to Export Charts to PDF or RTF Format
/documentation/pages/HowTo/Charts/Export Chart to PDF or RTF.xml
Chart controls in a UX component can be exported to PDF or RTF using Action Javascript.